home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / qv103.zip / QV.DOC < prev    next >
Text File  |  1995-11-30  |  18KB  |  463 lines

  1.  
  2.               ╔═══════════════════════════════════════════╗
  3.               ║            QuickView Ver. 1.03            ║
  4.               ║                                           ║
  5.               ║        DOS based Multimedia viewer        ║
  6.               ║          No Windows is required!          ║
  7.               ╚═══════════════════════════════════════════╝
  8.  
  9.  
  10.  
  11. For the German documentation please read QV.DOK.
  12.  
  13. QuickView is Shareware. This means that you can test it for at most three
  14. weeks. After that period you must register, i.e. pay a small registration
  15. fee or discontinue using it. See REGISTER.DOC for details.
  16.  
  17.  
  18. Features of QuickView:
  19. ──────────────────────
  20.  
  21. Some call it QuickView others call it the possibly fastest viewer of the
  22. world.
  23. QuickView views the following file formats at present:
  24.  
  25. - .AVI: Codecs: DIB (8 bit and 24 bit),
  26.                 RLE (8 bit),
  27.                 MS Video 1 [msvc] (8 bit),
  28.                 MS Video 1 [msvc] (16 bit),
  29.                 Cinepak [cvid] (24 bit),
  30.                 Ultimotion (OS/2 AVIs) [ULTI] (16 bit)
  31.         With sound through a Sound Blaster or the PC speaker.
  32.         Sound can be either uncompressed or Microsoft ADPCM compressed.
  33.         You have the option to adapt the quality to your system's speed.
  34.  
  35. - .BMP: uncompressed: 1, 4, 8 and 24 color bits
  36.         RLE compressed: 4 and 8 color bits
  37.         including OS/2 bitmaps
  38.         furthermore all kindred formats:
  39.         .RLE, .DIB, .BGA, .VGA, .RLE, .RL4, .RL8
  40.  
  41. - .CEL (Original Animator CEL Files)
  42.   .FLC,
  43.   .FLI,
  44.  
  45. - .GIF: 1-8 color bits
  46.         Gif 87a and most Gif 89a extensions
  47.  
  48. - .ICO: Windows Icons
  49.         OS/2 Icons (partly)
  50.  
  51. - .PCX: 1-4, 8 and 24 color bits
  52.  
  53. - .PIC: Videodat .PIC files
  54.  
  55. - .TGA: uncompressed: 8 and 24 color bits, 1-bit black & white
  56.         RLE compressed: 8 and 24 color bits
  57.  
  58. - .VOC: through a Sound Blaster or the PC speaker
  59.  
  60. - .WAV: through a Sound Blaster or the PC speaker
  61.         PCM and Microsoft ADPCM compression supported
  62.  
  63.  
  64. System Requirements:
  65. ────────────────────
  66.  
  67. QuickView will run on any IBM PC compatible computer under DOS 3.0 or
  68. better with at least a 80286 processor. For viewing AVI files at least a
  69. 80386 processor is required. You must have a VGA card in your system. CGA,
  70. EGA and Hercules cards are not supported.
  71. For Sound Blaster support you must have the Environment variable BLASTER
  72. set that contains port address, interrupt and DMA channel.
  73.  
  74. QuickView will run under Windows 3.1 and 95 in a DOS shell. PC Speaker
  75. sound will not work in a DOS shell. You have to disable sound with AVIs
  76. or run QuickView under plain DOS.
  77.  
  78. QuickView can view images larger than the available video hardware would
  79. allow. This is accomplished by storing only those pixels in the main
  80. memory that are outside the visible part of the image. This leads to
  81. low memory requirements. Scrolling is not yet possible for pictures with
  82. more than 8 color bits.
  83.  
  84.  
  85. Installation:
  86. ─────────────
  87.  
  88. Simply place all files of the package in a directory. That's it!
  89. QuickView will automatically detect your machine, memory and graphics card.
  90.  
  91.  
  92. Command Line Format:
  93. ────────────────────
  94.  
  95. The command line format to run QuickView is:
  96. QV [/M] [/V] [/Rx] [/S] [/Lx] [/I] [/A] [/2] [/4] [/Qx] [/Fx] [filename]
  97.  
  98. Options:
  99.  /M  Select 50 lines menu mode. QuickView uses 25 line menu mode by
  100.      default. For 50 lines you can use the /M option
  101.  /V  Don't use VESA. QuickView autodetects many graphics cards and uses
  102.      VESA by default. The /V option tells QuickView to not use the VESA
  103.      interface if installed, but if you want to use HiColor or TrueColor
  104.      modes the VESA interface must be used. If your graphics card does not
  105.      support VESA you can use a VESA TSR like UNIVESA or UNIVBE (see
  106.      below).
  107.  /Rx Select screen resolution:
  108.      x=1: 320*200
  109.      x=2: 640*480
  110.      x=3: 800*600
  111.      x=4: 1024*768
  112.      If a mode is not possible the nearest available will be used.
  113.      default: auto select
  114.  /S  Disable vertical hardware scrolling as this may cause problems on some
  115.      graphics cards.
  116.  /Lx Loop FLI/FLC x times, 0 => until key pressed, default: 0
  117.  /I  Don't use Auto Init SB
  118.  /A  No sound with AVIs
  119.  /2  AVI Zoom 2x
  120.  /4  Don't use 320*240, 256 colors mode with AVIs. QuickView will use
  121.      320*240*256 mode by default if it allows to play the AVI full screen.
  122.  /Qx AVI quality:
  123.      x=0: TrueColor
  124.      x=1: HiColor
  125.      x=2: 256 colors
  126.      x=3: Grey Scale
  127.      Please note that these options are not available for all codecs. For
  128.      details see the AVI options below. The default TrueColor will give
  129.      best quality with all AVIs however it requires the most CPU power.
  130.  /Fx Start AVI at frame x, e.g. /F137 (only in registered version)
  131.  
  132. All parameters are not case-sensitive.
  133.  
  134. filename can be a file that QuickView views or a name that contains the
  135. wildcards * and ?.
  136.  
  137. Example: QV /A /Q2 VIDEO.AVI
  138.  
  139.  
  140. The Menu:
  141. ─────────
  142.  
  143. QuickView always shows you all the files in the current directory, along
  144. with all the visible subdirectory names. The arrow keys will move the file
  145. selector bar around. By pressing a character the file selector bar jumps to
  146. the first file starting with that character. Use lower case for files,
  147. upper case for directories. A mouse is not supported.
  148. To view a file or change a directory just hit Enter. If you try to view
  149. a file QuickView does not handle nothing will happen. If you have tagged
  150. some files (256 at most) QuickView will view these files without going to
  151. the menu in between. Hit Enter or Tab if you want to view the next file
  152. and Backspace for the previous one. Esc breaks and returns to the menu.
  153.  
  154. More keys during file selection:
  155.  
  156.  ALT-D: Change drive. A drive selection box will appear, prompting you for
  157.         the drive letter you want to log onto. QuickView will attempt to
  158.         change to the desired drive. If an error occurs, QuickView will
  159.         remain logged onto the current drive.
  160.  
  161.  F1   : Help
  162.  
  163.  F2   : Display information about the processor, detected graphics card,
  164.         sound card and free memory.
  165.  
  166.  F3 or
  167.  ALT-I: Get information on the currently selected file.
  168.  
  169.  ALT-O: Change options of QuickView. For details see below.
  170.  
  171.   + - : Increase or decrease resolution respectively. The currently
  172.         selected resolution is highlighted. "Automatic" automatically
  173.         selects the lowest resolution which will display the whole picture
  174.         if possible.
  175.  
  176.  Space: Tag/untag the current file
  177.  
  178.  ALT-T: Tag all files in the current directory
  179.  
  180.  ALT-U: Untag all files.
  181.  
  182.  ALT-A: Show all 32*32 pixel Windows icons in the current directory. You
  183.         can use a higher resolution to see more icons on the screen.
  184.  
  185.  ALT-X: Exit QuickView and return to DOS.
  186.  
  187.  
  188. Options:
  189. ────────
  190.  
  191. Press the red characters to toggle the state of the option. You can also
  192. use the up/down arrow keys and the Space bar. If you press "C" a configu-
  193. ration file is created or updated. Command line options override the config
  194. file. Note that changing the use of VESA is only effective if you leave
  195. QuickView and start it again.
  196.  
  197. AVI options:
  198. Sound support: Sound through a Sound Blaster does not cost much time but
  199.   sound through PC speaker might slow the system down noticably. If you
  200.   have problems during AVI playback try turning off the sound.
  201. AVI loop: Use this if you want an AVI to start again after viewing.
  202. 2x Zoom: QuickView will display AVIs twice as big and so allow full screen
  203.   playback for appropriate AVI resolutions. Note that 2x Zoom might require
  204.   a higher screen resolution and therefore the AVI will not appear bigger
  205.   if this is the case. 2x Zoom is very CPU intensive and might slow down
  206.   your system, so QuickView will therefore use at most HiColor output if
  207.   2x Zoom is selected.
  208. 320*240 mode: Many AVIs have the size 320*240. QuickView will display these
  209.   AVIs full screen if you switch on this option. 160*120 AVIs will also be
  210.   displayed full screen if you also switch on 2x Zoom. Note that 320*240
  211.   mode is only available with 256 color modes. 320*240 is a non-standard
  212.   VGA mode and may cause problems with some graphics cards or if you use
  213.   QuickView with other operating systems.
  214. AVI quality: These options depend on the codec used in the AVIs:
  215. Grey scale: This is only available for Cinepak and Ultimotion compressed
  216.   AVIs as only these can be speeded up. If you use this option with AVIs
  217.   using another codec QuickView will use 8 color bits output.
  218. 8 color bits: This option is available for all codecs.
  219. HiColor: QuickView will use HiColor output with Cinepak compressed AVIs and
  220.   will give the best quality for all other codecs.
  221. TrueColor: Will give the best quality for all codecs.
  222.  
  223.  
  224. Commands While Viewing:
  225. ───────────────────────
  226.  
  227. For all file types:
  228.   Esc: Stop viewing.
  229.  
  230. For pictures:
  231.   Arrow keys: Scroll picture if it is larger than the screen.
  232.   Ctrl-Arrow keys: Scroll fast.
  233.   Home, End: Scroll to left or right border respectively.
  234.   Enter or Tab: View next file.
  235.   Backspace: View previous file.
  236.  
  237. For AVI:
  238.   Space: Pause Viewing, space again: next frame, any other key: continue.
  239.   Arrow-key left, right: forward, rewind respectively.
  240.   CTRL-Arrow-key left, right: fast forward, rewind respectively.
  241.  
  242.  
  243. Questions & Answers:
  244. ────────────────────
  245.  
  246. -Q: QuickView doesn't detect my sound card.
  247.  A: Make sure that your BLASTER environment variable is set correctly.
  248.     There must be a command in your AUTOEXEC.BAT like this:
  249.       SET BLASTER=Axxx Ix Dx Hx Pxxx Tx
  250.     with
  251.     A: Sound Blaster base I/O-port,
  252.     I: interrupt,
  253.     D: DMA low channel,
  254.     H: DMA high channel (only required for SB16),
  255.     P: MIDI port,
  256.     T: Sound Blaster Type (not necessary for QuickView)
  257.  
  258. -Q: I don't hear sound with some AVIs.
  259.  A: Some AVIs don't have the audio separated into pieces, so QuickView must
  260.     load the audio beforehand to XMS. If there is not enough memory
  261.     available then the audio is omitted. I some cases it helps to reduce
  262.     the number of colors.
  263.  
  264. -Q: The AVI stops after first frame.
  265.  A: Try command line option /I to turn off Auto Init DMA.
  266.  
  267. -Q: Sound is interrupted with some AVIs.
  268.  A: At least one component of your system is too slow.
  269.     Try copying the AVI to your hard disk if you play it back from CD.
  270.     Switch off 2x Zoom. Choose a lower number of colors.
  271.  
  272. -Q: I use PC speaker output because I don't have a sound card. I always
  273.     hear clicks with AVIs when the program reads from the hard disc or from
  274.     CD ROM.
  275.  A: To allow good PC speaker sound 100% CPU time is required. This works
  276.     with VOCs and WAVs but of course not with AVIs. Each time the program
  277.     accesses the hard drive or a CD-ROM the sound must be interrupted.
  278.     Windows does not support PC speaker sound with AVIs!
  279.  
  280. -Q: Why is the video quality bad with some AVIs?
  281.  A: This is because you don't have a TrueColor or HiColor card or you don't
  282.     have a VESA driver in your system. In the latter case you should use
  283.     the VESA TSR for your graphics card, UNIVESA or UNIVBE, available on
  284.     many FTP-servers, BBSs, from Shareware distributors or on my WWW page.
  285.     The VESA driver must conform at least to version 1.2 of the VESA
  286.     standard. Versions prior to 1.2 of the VESA standard did not define
  287.     TrueColor and HiColor modes.
  288.  
  289. -Q: I get the message "Your system doesn't have enough main memory to show
  290.     the file" with some AVIs. What can I do?
  291.  A: Select a lower number of colors, e.g. HiColor instead of TrueColor.
  292.     Turn off sound.
  293.  
  294. -Q: I can't forward and rewind AVIs.
  295.  A: Either the AVI has no index or a bad index. Or there is not enough
  296.     memory.
  297.  
  298. -Q: I like 50 lines menus more. How can I select this mode permanently?
  299.  A: Press ALT-O in the menu. Then you can select 50 lines with "5" and
  300.     write a config file with "C".
  301.  
  302.  
  303. Known problems:
  304. ───────────────
  305.  
  306. - The Indeo codecs used in some AVIs are not supported yet. You will get
  307.   the message "Unsupported codec" with these AVIs. Indeo support is in
  308.   progress.
  309. - 16 bit MS Video 1 compressed AVIs in 8 color bit mode can't be displayed
  310.   2x zoomed or using 320*240 mode.
  311. - Compressed VOC files are supported but sound quality is not yet as good
  312.   as it should be.
  313.  
  314.  
  315. A .MOV to .AVI converter
  316. ────────────────────────
  317.  
  318. is available at ftp.intel.com /pub/IAL/multimedia/smartv.exe
  319.  
  320.  
  321. How to get an up-to-date version of QuickView:
  322. ──────────────────────────────────────────────
  323.  
  324. The file name of the package is always qvxxx.zip where xxx means the
  325. version number. Note that some BBSs use a different archiver than ZIP.
  326.  
  327. - Internet WWW:
  328.   My Homepage: http://www.rhrz.uni-bonn.de/~uzs272
  329.   You will get the latest version including minor revisions there.
  330.  
  331. - Internet FTP:
  332.   Official FTP distribution site (you will find the most recent version
  333.   here including minor revisions):
  334.     ftp.rhrz.uni-bonn.de  /pub/institute/hesseler
  335.   Major releases are also available from:
  336.     SimTel: primary mirror site is ftp.coast.net  /SimTel/msdos/graphics
  337.     Garbo:  garbo.uwasa.fi  /pc/graphics
  338.  
  339. - Usenet News:
  340.   It will be posted to the newsgroup alt.binaries.pictures.utilities.
  341.  
  342. - BBS:
  343.   "Airbase" (Bad Neuenahr, Germany), 24h online, Sysop: Michael Krischok
  344.  
  345.   Line 1: +49-2641-29108   [ZyXEL]  Fido: 2:2453/300
  346.   Line 2: +49-2641-202607  [ISDN]   Fido: 2:2453/301
  347.  
  348.   login as user: Quickview and Password: Quickview.
  349.   Fido users can frequest QuickView using the magic "QUICK".
  350.  
  351. - Send me an email (hesseler@athene.informatik.uni-bonn.de) with
  352.   "Request QuickView" as subject.
  353.  
  354. - Via snail mail. Send me a floppy disk with a self-addressed and stamped
  355.   envelope. This works only if you have German stamps. Otherwise send me
  356.   money to cover my expenses. Please fill out the registration form so that
  357.   I get your address and check "QuickView current shareware version".
  358.  
  359. - You'll get the latest version when registering.
  360.  
  361.  
  362. Further Developments of QuickView:
  363. ──────────────────────────────────
  364.  
  365. Depending on the wishes and the number of registrations I plan to add
  366. more file formats: PNG, JPEG, QuickTime .MOV, .DL, .GL, MPEG, ...
  367.  
  368. You see: You should support QuickView and register!
  369.  
  370.  
  371. How to contact the author:
  372. ──────────────────────────
  373.  
  374. Please report all bugs and suggestions for improvements or enhancements.
  375. I'm also very interested in files that QuickView claims to show but
  376. doesn't play or display correctly. Feel free to contact me.
  377. You may use one of the following ways:
  378.  
  379. My Internet address (this is the preferred way):
  380.   hesseler@athene.informatik.uni-bonn.de
  381. If you're in the Bitnet you may also use the following address:
  382.   uzs272@dbnrhrz1
  383.  
  384. If you don't get a reply within a week please send it again. Emails can
  385. get lost.
  386.  
  387. If you don't have email access here is my snail mail address:
  388.  
  389. Wolfgang Hesseler
  390. Neustadter Str. 6
  391. D-53547 Rossbach
  392. Germany
  393.  
  394. Please include return postage, using International Postal Coupons if you
  395. are outside Germany.
  396.  
  397.  
  398. This program is Shareware. You may test this unregistered version for at
  399. most three weeks but after that you must register. You are encouraged to
  400. share it with others and to upload it to a BBS. If you do so, please pass
  401. along the complete unmodified archive. All files must be included.
  402.  
  403. ATTENTION: A registration is required for any commercial use.
  404.  
  405.  
  406. QuickView is (c) 1994,95 by Wolfgang Hesseler, all rights reserved
  407.  
  408. I make no warranty of any kind either expressed or implied. In particular I
  409. make no warranty as to merchantability or fitness for a particular purpose
  410. or a particular hardware configuration. Furthermore I am not responsible
  411. for any damages of any kind, including profit losses and data loss or other
  412. incidental or consequential damages arising out of your use or inability
  413. to use the program. The person using the software bears all risk as to the
  414. quality and performance of the software.
  415.  
  416. All files belonging to QuickView contain proprietary information which are
  417. protected by copyright. This includes reverse engineering, decompiling and
  418. disassembling. No part may be altered or translated without the prior
  419. written consent of the author. Any violation of the copyright will be
  420. prosecuted.
  421.  
  422. License agreement for Shareware distributors:
  423. Shareware distributors may distribute this program as long as the charge
  424. does not exceed $5US and the shareware distributor will not change or leave
  425. out any file. Please notify me if you distribute QuickView as you should
  426. always distribute the latest version. This applies especially if you
  427. include QuickView on a CD-ROM. Furthermore, I'd appreciate it if you'd send
  428. me a free copy of the CD.
  429.  
  430. Many thanks to my beta testers:
  431. Kovács Balázs
  432. Martin van Es
  433. Nico Geppert
  434. Stefan Hartmann
  435. Andreas Portele
  436. Mark Stehr
  437.  
  438. Thanks to Tom Record for support.
  439.  
  440. Thanks to André Baresel, Ethan Brodsky and Craig Jackson for Sound Blaster
  441. programming info.
  442.  
  443. The information about the MS Video 1 and the Cinepak Codecs are from XAnim.
  444. Thanks to Marc Podlipec.
  445.  
  446.  
  447. The Graphics Interchange Format(c) is the Copyright property of CompuServe
  448. Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated.
  449.  
  450. PCX files are PC Paintbrush format images. PC Paintbrush is published by
  451. Z-Soft.
  452.  
  453. TARGA is a registered trademark of Truevision, Inc.
  454.  
  455. Windows is a trademark of Microsoft Corporation.
  456.  
  457. This product uses Ultimotion(tm) IBM video technology. Copyright
  458. International Business Machines Corporation 1994, All rights reserved.
  459.  
  460. All other product names mentioned in this software are trademarks or
  461. registered trademarks of their respective owners.
  462.  
  463.